home *** CD-ROM | disk | FTP | other *** search
- HList(Width = UseParent, Height = UseParent, BackColor = {45000, 45000, 45000} )
- {
- Margin(8,8,5,5)
- VList()
- {
- Margin(34, 0, 0, 10)
- cicn(10017, Menu = 2012);
- //Margin(1,1,1,1, Single, Center)
- Margin(1,1,2,2, Custom = "MacDropShadowProc")
- VList()
- {
- PictRadioButton(3500, 4, Draggable) //Button
- {
- On (Draw, 'PICT', 11000);
- Off(Draw, 'PICT', 11000);
- DisabledOn (Draw, 'PICT', 11000);
- DisabledOff(Draw, 'PICT', 11000);
- TrackingOn (Invert, 'PICT', 11000);
- TrackingOff(Invert, 'PICT', 11000);
- };
- Spacer(Height = 1, Width = UseParent, BackColor = {0,0,0});
- PictRadioButton(3500, 5, Draggable) //Check Box
- {
- On (Draw, 'PICT', 11001);
- Off(Draw, 'PICT', 11001);
- DisabledOn (Draw, 'PICT', 11001);
- DisabledOff(Draw, 'PICT', 11001);
- TrackingOn (Invert, 'PICT', 11001);
- TrackingOff(Invert, 'PICT', 11001);
- };
- Spacer(Height = 1, Width = UseParent, BackColor = {0,0,0});
- PictRadioButton(3500, 6, Draggable) //Radio Button
- {
- On (Draw, 'PICT', 11002);
- Off(Draw, 'PICT', 11002);
- DisabledOn (Draw, 'PICT', 11002);
- DisabledOff(Draw, 'PICT', 11002);
- TrackingOn (Invert, 'PICT', 11002);
- TrackingOff(Invert, 'PICT', 11002);
- };
- Spacer(Height = 1, Width = UseParent, BackColor = {0,0,0});
- PictRadioButton(3500, 7, Draggable) //Control
- {
- On (Draw, 'PICT', 11003);
- Off(Draw, 'PICT', 11003);
- DisabledOn (Draw, 'PICT', 11003);
- DisabledOff(Draw, 'PICT', 11003);
- TrackingOn (Invert, 'PICT', 11003);
- TrackingOff(Invert, 'PICT', 11003);
- };
- Spacer(Height = 1, Width = UseParent, BackColor = {0,0,0});
- PictRadioButton(3500, 8, Draggable) //Static Text
- {
- On (Draw, 'PICT', 11004);
- Off(Draw, 'PICT', 11004);
- DisabledOn (Draw, 'PICT', 11004);
- DisabledOff(Draw, 'PICT', 11004);
- TrackingOn (Invert, 'PICT', 11004);
- TrackingOff(Invert, 'PICT', 11004);
- };
- Spacer(Height = 1, Width = UseParent, BackColor = {0,0,0});
- PictRadioButton(3500, 16, Draggable) //Edit Text
- {
- On (Draw, 'PICT', 11005);
- Off(Draw, 'PICT', 11005);
- DisabledOn (Draw, 'PICT', 11005);
- DisabledOff(Draw, 'PICT', 11005);
- TrackingOn (Invert, 'PICT', 11005);
- TrackingOff(Invert, 'PICT', 11005);
- };
- Spacer(Height = 1, Width = UseParent, BackColor = {0,0,0});
- PictRadioButton(3500, 32, Draggable) //Icon
- {
- On (Draw, 'PICT', 11006);
- Off(Draw, 'PICT', 11006);
- DisabledOn (Draw, 'PICT', 11006);
- DisabledOff(Draw, 'PICT', 11006);
- TrackingOn (Invert, 'PICT', 11006);
- TrackingOff(Invert, 'PICT', 11006);
- };
- Spacer(Height = 1, Width = UseParent, BackColor = {0,0,0});
- PictRadioButton(3500, 64, Draggable) //picture
- {
- On (Draw, 'PICT', 11007);
- Off(Draw, 'PICT', 11007);
- DisabledOn (Draw, 'PICT', 11007);
- DisabledOff(Draw, 'PICT', 11007);
- TrackingOn (Invert, 'PICT', 11007);
- TrackingOff(Invert, 'PICT', 11007);
- };
- Spacer(Height = 1, Width = UseParent, BackColor = {0,0,0});
- PictRadioButton(3500, 0, Draggable) //User Item
- {
- On (Draw, 'PICT', 11008);
- Off(Draw, 'PICT', 11008);
- DisabledOn (Draw, 'PICT', 11008);
- DisabledOff(Draw, 'PICT', 11008);
- TrackingOn (Invert, 'PICT', 11008);
- TrackingOff(Invert, 'PICT', 11008);
- };
- } //VList
- } //VList
-
- Margin(5,8,15,15)
- Margin(1,1,2,2, Custom = "MacDropShadowProc", Height = UseParent, Width = UseParent)
- GenericView("DITLEditorProc");
- }
-
-
-
-
-
-
-
-
-
-
-
-
-
-